home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 December / COMCD1201.iso / toptools / dynaflash / tutorial / english / dynaflash.swf / scripts / DefineButton2_293 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-08-09  |  121 b   |  6 lines

  1. on(release){
  2.    _parent.variablesMC.stopplay = 1;
  3.    _parent.soundMC.unloadMovie();
  4.    shaderMC._visible = false;
  5. }
  6.